From 86acb8af6bcbf3529ff73905e00f16167f4b234d Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 22 Feb 2023 00:04:33 +0100 Subject: feat: Correct heading --- src/routes/[lang=lang]/sections/contact.svelte | 2 +- src/routes/[lang=lang]/sections/description.svelte | 2 +- src/routes/[lang=lang]/sections/hero.svelte | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/routes/[lang=lang]/sections') diff --git a/src/routes/[lang=lang]/sections/contact.svelte b/src/routes/[lang=lang]/sections/contact.svelte index 2898e83..fc10092 100644 --- a/src/routes/[lang=lang]/sections/contact.svelte +++ b/src/routes/[lang=lang]/sections/contact.svelte @@ -25,7 +25,7 @@
-

{$LL.contact.title()}

+

{$LL.contact.title()}

diff --git a/src/routes/[lang=lang]/sections/description.svelte b/src/routes/[lang=lang]/sections/description.svelte index 1fc23ab..952a105 100644 --- a/src/routes/[lang=lang]/sections/description.svelte +++ b/src/routes/[lang=lang]/sections/description.svelte @@ -21,7 +21,7 @@ {#if visible} -

{model.title}

+

{model.title}

{#if model.content} {/if} diff --git a/src/routes/[lang=lang]/sections/hero.svelte b/src/routes/[lang=lang]/sections/hero.svelte index 8a874dc..a877299 100644 --- a/src/routes/[lang=lang]/sections/hero.svelte +++ b/src/routes/[lang=lang]/sections/hero.svelte @@ -21,7 +21,7 @@ {#if visible} -

{model.title}

+

{model.title}

{#if model.content} {/if} -- cgit v1.3